home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / Documentation / DosManCLI.readme < prev    next >
Text File  |  1995-05-18  |  2KB  |  48 lines

  1.  
  2.  
  3.             DosMan from the CLI:
  4.  
  5.             One of the most requested freatures for DosMan has 
  6.         been for the ability to use it from the CLI.
  7.  
  8.             Well, here it is. DosMan.rx is the answer.
  9.  
  10.             It is quite easy to use. Here is what you do:
  11.  
  12.             1. You must have REXXmast running. If you are using 
  13.         pre-2.0 versions of the Workbench then you must have 
  14.         AREXX installed on your system or update to Workbench 2.0 
  15.         or higher.
  16.  
  17.             2. Open the CLI.
  18.  
  19.             3. Change directories to the DosMan directory. It is 
  20.         important for the 'man' directory to be in the same 
  21.         directory as DosMan.rx.
  22.  
  23.             For instance, let's say that DosMan.rx is in the 
  24.         'Work:DosMan' directory. In this case you should enter 
  25.         'CD work:DosMan' to get to that directory.
  26.  
  27.             4. Type 'rx DosMan.rx'.
  28.  
  29.             For more information on the 'rx' command see DosMan.
  30.  
  31.             5. Now, just follow the directions as they come onto 
  32.         the screen.
  33.  
  34.  
  35.        Customising DosMan.rx
  36.        ---------------------
  37.  
  38.             Warning: Do this only if you are comfortable with 
  39.         AREXX!
  40.  
  41.             DosMan.rx is set up to print twenty lines of text at 
  42.         a time. If this is too many or too few line for your CLI 
  43.         then change the variable 'i'. I have the line clearly 
  44.         marked in DosMan.rx. As I wrote it, 'i' is set to 20 
  45.         (which is perfect for the size of my CLI). If you want 
  46.         only 15 lines to print, change the 20 to 15.
  47.  
  48.